Uses of Class
com.netscape.cms.selftests.SelfTest
Packages that use SelfTest
-
Uses of SelfTest in com.netscape.cms.selftests.common
Subclasses of SelfTest in com.netscape.cms.selftests.commonModifier and TypeClassDescriptionclass
This class implements a self test to check the system certs of the subsystem -
Uses of SelfTest in com.netscape.cmscore.selftests
Fields in com.netscape.cmscore.selftests with type parameters of type SelfTestMethods in com.netscape.cmscore.selftests that return SelfTestModifier and TypeMethodDescriptionSelfTestSubsystem.getSelfTest
(String instanceName) Retrieve an individual self test from the instances list given its instance name.Methods in com.netscape.cmscore.selftests with parameters of type SelfTestModifier and TypeMethodDescriptionvoid
SelfTestSubsystem.registerSelfTestAtStartup
(String instanceName, boolean isCritical, SelfTest instance) Register an individual self test on the instances list AND on the "startup" list (note that the specified self test will be appended to the end of each list).void
SelfTestSubsystem.registerSelfTestOnDemand
(String instanceName, boolean isCritical, SelfTest instance) Register an individual self test on the instances list AND on the "on demand" list (note that the specified self test will be appended to the end of each list).